/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/

/*统计小工具移动隐藏*/

@media only screen and (max-width: 768px) {
    .guanzhu_box {
        display: none !important;
    }
}

/*统计小工具移动隐藏*/
.ppt-black{
    top: -65px;
    position: absolute;
    right: 1px;
    background-color: #fff;
    padding: 14px;
    border-radius: 5px;
    line-height: 15px;
}
.ppt-black svg{
    font-size: 37px;
    width: 1em;
    height: 1em;
}
.ppt-black i{
    font-size: 22px;
    color: #333;
}
.ppt-author{
    bottom: -138px;
    position: absolute;
    right: -13px;
    padding: 14px;
    border-radius: 50px;
    text-align: center;
}
.ppt-author-info{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ppt-author-info img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 4px 4px 12px 2px #00000040;
}
.ppt-author i{
    color: #ffbd22;
    font-weight: 700;
    font-size: 30px;
    margin-top: -16px;
    position: absolute;
    right: 30px;
}
@media (max-width: 768px) {
.ppt-black{
    display: none;

}    
}